home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / code / r3postim.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.3 KB  |  53 lines

  1.  
  2. // JavaScript wrapper for r3postim.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_POSTIMAGEEFFECTMODEL_H = 1;
  7. include("real/code/r3postef.js")
  8.  
  9.  
  10. var R3CLID_POSTIMAGEEFFECTMODEL = 220;
  11.  
  12.  
  13.  
  14.  
  15. // Description: search child effects (name references) for a match
  16. // Returns: Integer, TRUE, if the name of a child (recursively) matches the given name -1, if
  17. //      a recursion loop is encountered before the named child is found FALSE otherwise
  18. // p3: String, name of the child effect to search for    
  19.  
  20. R3PIEMM_FINDCHILDBYNAME = 220001;
  21.  
  22. function mR3PIEMM_FINDCHILDBYNAME(p3) {
  23.   return   DoA(this.r3obj, 220001, p3, R3TID_STRING, 0);
  24. }
  25.  
  26. // Description: Registers a new channel use invoked effect to the system. * This information may
  27. //      be used to configure good default effect setups.
  28.  
  29. R3PIEMCM_REGISTERAUTOEFFECT = 220002;
  30.  
  31. function mR3PIEMCM_REGISTERAUTOEFFECT() {
  32.   DoA(this.r3obj, 220002, 0, R3TID_INTEGER, 0);
  33. }
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40. function r3Postimageeffectmodel () { 
  41.    this.base = r3God;
  42.    if(arguments.length) {
  43.       this.base(R3CLID_POSTIMAGEEFFECTMODEL, arguments);
  44.    }
  45.    // Methods
  46.    this.FINDCHILDBYNAME=mR3PIEMM_FINDCHILDBYNAME;
  47.    this.REGISTERAUTOEFFECT=mR3PIEMCM_REGISTERAUTOEFFECT;
  48.  
  49.    // Attributes
  50. }
  51.  
  52. r3Postimageeffectmodel.prototype=new r3Posteffectmodel;
  53. // r3postim.h_H